-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: groupby transform fillna produces wrong result #31101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: groupby transform fillna produces wrong result #31101
Conversation
…_fillna_wrong_result
…_fillna_wrong_result
…_fillna_wrong_result
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah would be great to generalize these changes, this is a very narrow patch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking better!
Switched to use
|
…_fillna_wrong_result
…_fillna_wrong_result
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, ex @WillAyd commnents.
Use xfail for cases that are not applicable yet Co-Authored-By: William Ayd <[email protected]>
Hello @fujiaxiang! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-01-24 05:12:24 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Thanks @fujiaxiang keep the PRs coming! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff